return "JUMP TO MOVIE BUTTON" & RETURN & RETURN & "A click on the sprite makes the playback head jump to any other movie available to your system. " & "An optional marker name can be used to jump to a precise point in the new movie. " & "(Use the 'Jump to Marker Button' behavior to jump to a marker in the current movie)." & RETURN & RETURN & "In order to make use of the Play and Return option, place a Play Done command in the destination movie." & RETURN & RETURN & "This behavior is designed for use with the 'Jump Back Button'. " & "You can set it to record the movie name and the frame number of the current marker so that the 'Jump Back Button' can subsequently return. " & "NOTE: This feature relies on a global variable: gNavigationButtonList." & RETURN & RETURN & "PERMITTED MEMBER TYPES" & RETURN & "Graphic members" & RETURN & RETURN & "PARAMETERS:" & RETURN & "* Movie to jump to" & RETURN & RETURN & "If the target movie is in the same folder as the current movie then you need only enter the name of the movie. " & "If the movie is in a different folder, then enter the full or relative path name to the target movie." & RETURN & RETURN & "* Marker to jump to in the new movie (optional)" & RETURN & "* 'Go to' or 'Play and return'?" & RETURN & "* Remember current marker for Back button?" & RETURN & RETURN & "Select 'Remember current marker for Back button' to ensure that the behavior 'remembers' which markers have already been visited." & RETURN & RETURN & "Use the associated 'Jump Back Button' behavior on a separate sprite to return to visited movies in reverse order." & RETURN & RETURN & "ASSOCIATED BEHAVIORS:" & RETURN & "+ Jump to Marker Button" & RETURN & "+ Jump Back Button" & RETURN & "+ Jump Forward Button" & RETURN & "+ Push Button (to alter rollover / mouseDown states)"
end
on getBehaviorTooltip me
return "Use with graphic members." & RETURN & RETURN & "Jumps to a specified movie on mouseUp." & RETURN & RETURN & "Use this behavior with the 'Jump Back Button' to allow the user to return to visited movies."
return [#myDistantMovie: [#comment: "On mouseUp, go to movie" & RETURN & "(Include path if necessary)", #format: #string, #default: "Type the name of your movie here"], #myDistantMarker: [#comment: "Marker in the other movie (optional)", #format: #string, #default: " "], #myJumpMode: [#comment: "Jump Mode", #format: #string, #range: ["Go to", "Play and Return"], #default: "Go to"], #myReturn: [#comment: "Remember current marker for Back button?", #format: #boolean, #default: 1]]